home *** CD-ROM | disk | FTP | other *** search
/ Fifth Dimension / Fifth Dimension CD-ROM Volume 1 (Data Express) (1995).iso / play / gcspcx / gamme.bat < prev    next >
DOS Batch File  |  1995-01-09  |  1KB  |  62 lines

  1. @echo off
  2. \play\memtst.exe B56500
  3. if errorlevel = 1 goto XXMEMXX
  4. if errorlevel = 0 goto XXWEITERXX
  5. :XXMEMXX
  6. echo 
  7. echo As you see above, there is an error which might cause problems.
  8. echo Either you did not have enough BASE memory, or something
  9. echo different. You might now try to start the program anyway, but
  10. echo this could (and most often will) cause some problems.
  11. :XXASKXX
  12. \play\ec.exe Do you want to start the program anyway? (Y/N)
  13. if errorlevel = 25 goto XXWEITERXX
  14. if errorlevel = 14 goto YYWEITERYY
  15. goto XXASKXX
  16. :XXWEITERXX
  17. \play\tstsub c:\hrglbrgl\gcspcx 1000
  18. if errorlevel = 1 goto XXSUBXX
  19. if errorlevel = 0 goto XXSTART
  20. :XXSUBXX
  21. echo 
  22. echo You need more space on your drive C: Its really not that much
  23. echo space you need, but its worth to see the program. You might now
  24. echo try to start the program anyway, but this could (and most often
  25. echo will) cause some problems.
  26. :XXAKKXX
  27. \play\ec.exe Do you want to start the program anyway? (Y/N)
  28. if errorlevel = 25 goto XXSTART
  29. if errorlevel = 14 goto YYWEITERYY
  30. goto XXAKKXX
  31. :XXSTART
  32. gcdrom nc:\hrglbrgl\gcspcx\  1
  33. cls
  34. echo  
  35. echo  
  36. echo  
  37. echo  
  38. echo  
  39. echo  
  40. echo  
  41. echo  
  42. echo  
  43. echo  
  44. echo  
  45. echo  
  46. echo  
  47. echo  
  48. echo  
  49. echo  
  50. echo  
  51. echo  
  52. echo  
  53. echo  
  54. echo  
  55. echo  
  56. echo  
  57. gcord.com
  58. PAUSE
  59. :YYWEITERYY
  60. cd \menue3d
  61. menue.bat %1 %2 %3 %4 %5 %6
  62.